Autogenerated HTML docs for v2.47.0-72-gef8ce8
diff --git a/git-fsmonitor--daemon.html b/git-fsmonitor--daemon.html index c5eaeb9..ea0ed10 100644 --- a/git-fsmonitor--daemon.html +++ b/git-fsmonitor--daemon.html
@@ -466,7 +466,7 @@ changes using platform-specific filesystem notification facilities.</p> </div> <div class="paragraph"> -<p>This daemon communicates directly with commands like <code>git status</code> +<p>This daemon communicates directly with commands like <code>git</code> <code>status</code> using the <a href="technical/api-simple-ipc.html">simple IPC</a> interface instead of the slower <a href="githooks.html">githooks(5)</a> interface.</p> </div> @@ -509,13 +509,13 @@ <div class="paragraph"> <p>This daemon is a long running process used to watch a single working directory and maintain a list of the recently changed files and -directories. Performance of commands such as <code>git status</code> can be +directories. Performance of commands such as <code>git</code> <code>status</code> can be increased if they just ask for a summary of changes to the working directory and can avoid scanning the disk.</p> </div> <div class="paragraph"> <p>When <code>core.fsmonitor</code> is set to <code>true</code> (see <a href="git-config.html">git-config(1)</a>) -commands, such as <code>git status</code>, will ask the daemon for changes and +commands, such as <code>git</code> <code>status</code>, will ask the daemon for changes and automatically start it (if necessary).</p> </div> <div class="paragraph"> @@ -552,15 +552,15 @@ to work with these filesystems and such use is considered experimental.</p> </div> <div class="paragraph"> -<p>By default, the socket is created in the <code>.git</code> directory. However, if the -<code>.git</code> directory is on a network-mounted filesystem, it will instead be -created at <code>$HOME/.git-fsmonitor-*</code> unless <code>$HOME</code> itself is on a +<p>By default, the socket is created in the .<code>git</code> directory. However, if the +.<code>git</code> directory is on a network-mounted filesystem, it will instead be +created at <code>$HOME/.git-fsmonitor-</code>* unless <code>$HOME</code> itself is on a network-mounted filesystem, in which case you must set the configuration variable <code>fsmonitor.socketDir</code> to the path of a directory on a Mac OS native filesystem in which to create the socket file.</p> </div> <div class="paragraph"> -<p>If none of the above directories (<code>.git</code>, <code>$HOME</code>, or <code>fsmonitor.socketDir</code>) +<p>If none of the above directories (.<code>git</code>, <code>$HOME</code>, or <code>fsmonitor.socketDir</code>) is on a native Mac OS file filesystem the fsmonitor daemon will report an error that will cause the daemon and the currently running command to exit.</p> </div>